runtime.profBuf.takeOverflow (method)

3 uses

	runtime (current package)
		profbuf.go#L160: func (b *profBuf) takeOverflow() (count uint32, time uint64) {
		profbuf.go#L316: 		count, time := b.takeOverflow()
		profbuf.go#L464: 			count, time := b.takeOverflow()